home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lantools / remotjob / rj.doc next >
Text File  |  1986-10-09  |  2KB  |  51 lines

  1.                        Remote Job Utility
  2.                      Version 1.1  July 1986
  3.  
  4. This utility allows one workstation on a Novell Network to be placed
  5. in a mode whereby it may execute jobs (either programs or batch files)
  6. sent to it by other users.  One example how this might be used is for
  7. programmers to use the remote job station to compile their programs,
  8. thus freeing up the programmer workstation to do something else.
  9.  
  10. Two programs are involved:
  11.  
  12. rjexec.exe   This program is run on the workstation that is to execute
  13.              the jobs sent to it by others.
  14.  
  15. rj.exe       This program is used to send a job (any MS-DOS command line)
  16.              to the workstation that is running rjexec.exe
  17.  
  18. To use this utility, run rjexec at a workstation.  The workstation will
  19. display a sign-on message, then wait for other workstations to send jobs
  20. to it.  This program may be stopped any time between jobs by pressing the
  21. 'S' key.  Pressing any other key will cause the station to beep, which
  22. may be usefull in telling whether the program is running properly.
  23.  
  24. From another workstation, type rj and then any PC-DOS command line, such as:
  25.  
  26. rj dir
  27.  
  28. The command will be executed at the workstation running rjexec.  When it
  29. is done, a message will display at the workstation that sent the command
  30. indicating that it has been completed.
  31.  
  32. Note that if a command line to be sent for execution contains any
  33. re-direction symbols, the entire line must be enclosed in quotes.
  34. For example:
  35.  
  36. rj "dir >tempfile"
  37.  
  38. The quotes are necessary because if they are omitted, the workstation
  39. sending the command will try to apply the redirection to the rj program
  40. rather than the intended command.
  41.  
  42. The workstation running rjexec can hold up to six pending jobs at a time.
  43.  
  44. These programs were written in Microsoft C by Ken Hales.  You may
  45. share rj.exe and rjexec.exe with others, but they may not be sold.
  46. If you would like the source code, send $20.00 to:
  47.  
  48.    Ken Hales
  49.    730 West Paseo Way
  50.    Tempe, AZ  85283
  51.